Extension point diffDefaultDisplay
In component org.nuxeo.ecm.diff.service.DiffDisplayService
Documentation
The diffDefaultDisplay extension point allows you to contribute a diffExcludedFields contribution to define a set of fields from a given schema that will be excluded from the default diff display in the document diff view (the default diff display takes into account every different field of every common schema between the compared documents, in an undefined order).If no fields are specified, the whole schema is excluded.
<diffExcludedFields schema="common"/>
<diffExcludedFields schema="dublincore">
<fields>
<field name="subjects"/>
<field name="modified"/>
</fields>
</diffExcludedFields>
Contribution Descriptors
- Class: org.nuxeo.ecm.diff.service.impl.DiffExcludedFieldsDescriptor
- Class: org.nuxeo.ecm.diff.service.impl.DiffComplexFieldDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="diffDefaultDisplay" target="org.nuxeo.ecm.diff.service.DiffDisplayService"> <diffExcludedFields schema="common"/> </extension>